home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 1 (Walnut Creek)
/
Aminet - June 1993 [Walnut Creek].iso
/
usenet
/
sources
/
volume90
/
aplictns
/
listplot
/
part01
/
examples
/
logplot
< prev
next >
Wrap
Text File
|
1990-08-23
|
485b
|
22 lines
.k filename/a,pltitle,plxlabel,plylabel,pldevice
; Invoke this shell script via
;
; lineplot filename [ title [ xlabel [ylabel [ device ] ] ] ]
;
; where file filename contains the data to be plotted
.def pldevice amiga
.def pltitle "ListPlot Example"
.def plxlabel "X Axis"
.def plylabel "Y Axis"
/ListPlot +
"UseInputFile=<filename>" +
"PlotType=loglog" +
"Range=.01,100" +
"PlotTitle=<pltitle>" +
"XLabel=<plxlabel>" +
"YLabel=<plylabel>" +
"PlotDevice=<pldevice>"